DescribeSasAssetStatisticsColumn
Description
Call the DescribeSasAssetStatisticsColumn to query the asset information of the displayed columns in the asset center server list, including server information, tags, VPC, operating system, region, etc.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeSasAssetStatisticsColumn
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | FA04081D-25A1-486C-822A-61108E85B3BD | the unique identifier generated by alibaba cloud for this request. |
StatisticsColumn | string | ServerInfo,tag,vpc, OS ,region | display column information in the asset center server list. the displayed column in this list shows the items selected in the server list display column settings, including the items selected by the system by default and the items you customize. |
Example
Successful Response example
{
"RequestId":"FA04081D-25A1-486C-822A-61108E85B3BD",
"StatisticsColumn":"ServerInfo,
tag,
vpc,
OS ,
region"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}